home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / powerballs.swf / scripts / frame_11 / PlaceObject2_140_108 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-12  |  207 b   |  12 lines

  1. onClipEvent(load){
  2.    fps = 0;
  3.    avg = 0;
  4.    fpscounter = 0;
  5.    averagecounter = 0;
  6.    avg_text = "0.0";
  7.    full_fps = 20;
  8.    sec = 1000;
  9.    startTimer = getTimer();
  10.    startTime = startTimer;
  11. }
  12.